home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BMUG Revelations
/
BMUG Revelations.toast
/
Utilities
/
Virus Checkers
/
Info About Viruses
/
Virus Encyclopedia
/
background_2783.txt
< prev
next >
Wrap
Text File
|
1990-01-29
|
5KB
|
265 lines
-- background: 2783 from stack: in
-- bmap block id: 3161
-- flags: 0000
-- background id: 0
-- name:
----- HyperTalk script -----
on openBackground
push recent card
end openBackground
-- part 10 (field)
-- low flags: 00
-- high flags: 0000
-- rect: left=18 top=24 right=44 bottom=245
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 1024
-- line height: 16
-- part name: Subject
-- part 2 (field)
-- low flags: 00
-- high flags: 0000
-- rect: left=18 top=46 right=284 bottom=245
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name:
-- part 6 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=223 top=303 right=328 bottom=250
-- title width / last selected line: 0
-- icon id / first selected line: 1014 / 1014
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Prev
----- HyperTalk script -----
on mouseUp
visual effect wipe right
go to previous card
end mouseUp
-- part 7 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=259 top=303 right=328 bottom=286
-- title width / last selected line: 0
-- icon id / first selected line: 1013 / 1013
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Next
----- HyperTalk script -----
on mouseUp
visual effect wipe left
go to next card
end mouseUp
-- part 8 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=11 top=304 right=333 bottom=43
-- title width / last selected line: 0
-- icon id / first selected line: 21700 / 21700
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Home
----- HyperTalk script -----
on mouseUp
visual effect iris open
go Home
end mouseUp
-- part 9 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=467 top=301 right=329 bottom=504
-- title width / last selected line: 0
-- icon id / first selected line: 1012 / 1012
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Return
----- HyperTalk script -----
on mouseUp
visual effect iris close
pop card
end mouseUp
-- part 11 (field)
-- low flags: 00
-- high flags: 0000
-- rect: left=265 top=46 right=193 bottom=493
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 10
-- style flags: 0
-- line height: 13
-- part name:
-- part 12 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=260 top=202 right=302 bottom=391
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: Related Topics
----- HyperTalk script -----
on mouseup
findSubject
end mouseup
-- part 13 (button)
-- low flags: 00
-- high flags: A003
-- rect: left=44 top=303 right=325 bottom=132
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: To Contents
----- HyperTalk script -----
on mouseUp
push card
visual effect dissolve
go to card Contents
end mouseUp
-- part 14 (button)
-- low flags: 00
-- high flags: A003
-- rect: left=381 top=303 right=325 bottom=466
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: To Glossary
----- HyperTalk script -----
on mouseUp
push card
visual effect dissolve
go to card Glossary
end mouseUp
-- part 15 (button)
-- low flags: 00
-- high flags: A003
-- rect: left=289 top=303 right=325 bottom=354
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: To Map
----- HyperTalk script -----
on mouseUp
push card
put the short name of this card into fromCard
push card
visual effect scroll down slowly
if field Version is not empty then
go to card "Map 3"
else
if word 2 of field Subject is "Virus" then
go to card "Map 2"
else
go to card Map
end if
end if
repeat 5 times
set hilite of button fromCard to true
wait 5
set hilite of button fromCard to false
wait 5
end repeat
end mouseUp
-- part 16 (field)
-- low flags: 00
-- high flags: 0000
-- rect: left=18 top=283 right=302 bottom=245
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Version
-- part 17 (field)
-- low flags: 01
-- high flags: 0000
-- rect: left=384 top=202 right=302 bottom=493
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: Related Topics 2
----- HyperTalk script -----
on mouseup
findSubject
end mouseup